home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
prog
/
word.arj
/
WGTFLI.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-28
|
340b
|
20 lines
#ifdef __cplusplus
extern "C" {
#endif
extern block fliscreen;
extern int flickdly;
extern int framenumber;
extern int maxframe;
extern int flicp1,flicp2,flicp3,flicp4,flicpn;
extern void nextframe(void);
extern void openfli(char *);
extern void copyfli(void);
extern void closefli(void);
#ifdef __cplusplus
}
#endif